XML Einrichten Version 1.3
GoodsCountry Simple Type
XML Einrichten Version 1.3 : GoodsCountry Simple Type
Beschreibung
Herkunftsland
Namensraum (none)
Typ
Restriction of xs:string
Diagramm
GoodsCountry Simple Type
Overview
GoodsCountry Restriction of xs:string
Herkunftsland
Facette (Aspekt)
MaxLength3
Quelle
<xs:simpleType name="GoodsCountry" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de"> Herkunftsland</xs:documentation>
    <xs:documentation xml:lang="en"> Country of origin</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="3" />
  </xs:restriction>
</xs:simpleType>
Siehe auch
XML Einrichten Version 1.3